Q3RotateTransform_GetAxis
You can use theQ3RotateTransform_GetAxis
function to get the axis of a rotate transform.
TQ3Status Q3RotateTransform_GetAxis ( TQ3TransformObject transform, TQ3Axis *axis);
transform
- A rotate transform.
axis
- On exit, the axis of the specified rotate transform.
DESCRIPTION
TheQ3RotateTransform_GetAxis
function returns, in theaxis
parameter, the current axis of rotation of the rotate transform specified by thetransform
parameter.